﻿2026-06-23T09:38:19.0044065Z ##[group]Run actions/checkout@v5
2026-06-23T09:38:19.0044520Z with:
2026-06-23T09:38:19.0044802Z   repository: SaberMage/spt-core
2026-06-23T09:38:19.0047863Z   token: ***
2026-06-23T09:38:19.0048145Z   ssh-strict: true
2026-06-23T09:38:19.0048459Z   ssh-user: git
2026-06-23T09:38:19.0048749Z   persist-credentials: true
2026-06-23T09:38:19.0049052Z   clean: true
2026-06-23T09:38:19.0049367Z   sparse-checkout-cone-mode: true
2026-06-23T09:38:19.0049712Z   fetch-depth: 1
2026-06-23T09:38:19.0049990Z   fetch-tags: false
2026-06-23T09:38:19.0050285Z   show-progress: true
2026-06-23T09:38:19.0050574Z   lfs: false
2026-06-23T09:38:19.0050849Z   submodules: false
2026-06-23T09:38:19.0051138Z   set-safe-directory: true
2026-06-23T09:38:19.0051666Z env:
2026-06-23T09:38:19.0051968Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-23T09:38:19.0052337Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-23T09:38:19.0052671Z ##[endgroup]
2026-06-23T09:38:19.1889478Z Syncing repository: SaberMage/spt-core
2026-06-23T09:38:19.1890856Z ##[group]Getting Git version info
2026-06-23T09:38:19.1891377Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-23T09:38:19.2161722Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-23T09:38:19.2361268Z git version 2.43.0.windows.1
2026-06-23T09:38:19.2389960Z ##[endgroup]
2026-06-23T09:38:19.2398093Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ce218a59-a204-4ebf-8243-2102caf8bdd0\.gitconfig'
2026-06-23T09:38:19.2412786Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ce218a59-a204-4ebf-8243-2102caf8bdd0' before making global git config changes
2026-06-23T09:38:19.2413747Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T09:38:19.2418102Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-23T09:38:19.2649622Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-23T09:38:19.2835087Z https://github.com/SaberMage/spt-core
2026-06-23T09:38:19.2861384Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T09:38:19.2865342Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T09:38:19.3058331Z refs/heads/main
2026-06-23T09:38:19.3083289Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-23T09:38:19.3381479Z HEAD is now at 6ba875eb release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:38:19.3946537Z ##[endgroup]
2026-06-23T09:38:19.3949951Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-23T09:38:19.7754701Z ##[group]Cleaning the repository
2026-06-23T09:38:19.7758440Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-23T09:38:22.4919850Z Removing target/
2026-06-23T09:38:22.4958140Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-23T09:38:22.5366965Z HEAD is now at 6ba875eb release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:38:22.5390111Z ##[endgroup]
2026-06-23T09:38:22.5393772Z ##[group]Disabling automatic garbage collection
2026-06-23T09:38:22.5398068Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-23T09:38:22.5620362Z ##[endgroup]
2026-06-23T09:38:22.5620758Z ##[group]Setting up auth
2026-06-23T09:38:22.5626698Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-23T09:38:22.5834702Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-23T09:38:22.9277095Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T09:38:22.9499037Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-23T09:38:23.3226430Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T09:38:23.3455929Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-23T09:38:23.7116610Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-23T09:38:23.7400126Z ##[endgroup]
2026-06-23T09:38:23.7400587Z ##[group]Fetching the repository
2026-06-23T09:38:23.7406612Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6ba875eb189bff289f336735cbf8138996cf6d7f:refs/remotes/origin/main
2026-06-23T09:38:24.4451139Z ##[endgroup]
2026-06-23T09:38:24.4451591Z ##[group]Determining the checkout info
2026-06-23T09:38:24.4451944Z ##[endgroup]
2026-06-23T09:38:24.4460937Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-23T09:38:24.4720414Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-23T09:38:24.4937675Z ##[group]Checking out the ref
2026-06-23T09:38:24.4941777Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-23T09:38:24.5326014Z branch 'main' set up to track 'origin/main'.
2026-06-23T09:38:24.5326315Z Your branch is up to date with 'origin/main'.
2026-06-23T09:38:24.5326837Z Switched to and reset branch 'main'
2026-06-23T09:38:24.5348354Z ##[endgroup]
2026-06-23T09:38:24.5586767Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-23T09:38:24.5785611Z 6ba875eb189bff289f336735cbf8138996cf6d7f
